.logo{
    max-height: 55px;
    max-width: 230px;
    margin: 0.5rem 1rem;
    transition: 0.3s;
}

#nav-split {
    padding: 0;
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
    background: #fff;
}

.dropdown-item {
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    padding: 10px;
    /* text-transform: uppercase; */
}

.nav-spacer {
    height: 11px;
    margin: 0 7px 2px 7px;
    width: 1px;
    background-color: rgba(102, 102, 102, 0.6);
    display: flex;
    align-self: center;
}

#nav-split .nav-link {
    text-transform: uppercase;
    /* font-weight: 700; */
    line-height: inherit;
    padding: 0.1rem 1rem;
    border-bottom: 1px solid #e7e0ce;
    white-space: nowrap;
    font-size: 0.9rem;
    text-align: center;
    color: #111;
}

@media (max-width: 992px) {
    #nav-split .nav-link {
        font-size: 15px;
        padding: 15px;
    }
}

.shrinked {
    max-height: 30px;
}
